home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / viewer / herv131.zip / HERV.DOC next >
Text File  |  1991-05-25  |  6KB  |  134 lines

  1.  
  2.                 HERCVIEW 1.31
  3.              Copyright (c)1991 by P.A.Geelen, Amsterdam
  4.  
  5.     This program was put in the Public Domain by the author. It may
  6.     be distributed freely. It may not be sold, nor be made part of
  7.     anything that is sold.
  8.  
  9.     NOTE: My latest programs and updates can
  10.     always be found at ABBS, 03240-62502/62504
  11.  
  12.  
  13. What is HercView
  14. ================
  15.  
  16. HERCVIEW is meant to display GIF files on a 720x348 Hercules monochrome
  17. screen. Its main purpose was to allow the display of 16 and 256-color
  18. pictures, even very large ones.
  19. It offers zooming (enlarging certain parts of the picture) and scrolling,
  20. random dithering, halftoning, and many other options to manipulate the output.
  21.  
  22. HERCVIEW also allows manipulation of BRIGHTNESS and CONTRAST.
  23. With BRIGHTNESS, obviously, you can manipulate how "white" (light) the
  24. picture is. With CONTRAST you can (sometimes) get more detail: higher
  25. contrast means that dark-gray becomes darker and light-gray becomes
  26. lighter. If your picture has a lot of different shades of almost-the-same
  27. gray, it may help to increase the contrast. Just experminent.
  28. The Histo[G]ram-option will offer suggestions for brightness and contrast.
  29.  
  30. Then there are several other options, such as horizontal flipping (mirroring),
  31. inverse display, 50/50 colormap reduction, and the possibility to make a
  32. color histogram graph of the selected part of the picture.
  33. You can use the TAB-key to switch between display pages. Thus, you can
  34. compare different ways of displaying a picture. A "HELP"-page is included.
  35. I tried to make the program as fast as possible. Version 1.1, however,
  36. has become slightly slower due to the overhead of handling very large
  37. pictures.
  38.  
  39.  
  40. USING HERVIEW 1.31
  41. ==================
  42. When you start the program, you will get an easy-to-use file selection
  43. window. You will only be able to pick files with the extention ".GIF".
  44. Move the cursor-bar with the arrow-keys, PgUp, PgDn, HOME and END.
  45. Pressing a key will move the cursor to the file starting with that
  46. character. Pressing RETURN selects a file. Pressing RETURN on a
  47. directory changes to that directory.
  48.  
  49. The selected file will first be read in and decoded. Then, the program
  50. will start with a 300%x200% Halftoning zoom of part of the picture. You
  51. can now use the following keys to manipulate what you are seeing:
  52.  
  53. Display Modes:
  54. --------------
  55. F1,S : swicth to SPARSE display
  56. F2,N : switch to NORMAL display
  57. F3,D : switch to DITHERED display
  58.          RANDOM DITHERING: the "lighter" the color of a pixel, the more
  59.          chance a certain dot has of being "white". A large area of
  60.          light-gray will thus be displayed with more white dots than a
  61.          large area of dark gray.
  62. F4,H : switch to HALFTONE display
  63.          HALFTONING: only possible when enlarging. It simply comes down
  64.          to replacing one pixel with several (dithered) dots.
  65. F5,O : switch to OLD HALFTONE display
  66.              ("simple" halftoning, used in versions 1.0, 1.1 and 1.2)
  67. F6,L : switch to SLANTED HALFTONE display
  68.              Regular slanted halftoning. Often best for large zooms.
  69. F7,T : switch to RANDOM HALFTONE display
  70.              Fully random halftoning.
  71.              NOTE: Each time you press 'T', new halftone patterns are
  72.              created. Sometimes pressing 'T' again improves the quality.
  73. F8,P : switch to PICTOGRAM display
  74.          Dots are output only where the pixel-brightness changes abruptly.
  75.          The effect is an "outline" of the main objects displayed
  76.          (depending on the contrast).
  77.  
  78.    I : invert the colors (negative display)
  79.    F : flip the picture horizontally (mirror display)
  80.  
  81. Panning and zooming:
  82. --------------------
  83.    UP,DOWN,LEFT,RIGHT-arrows,PgUp,PgDn,HOME,END
  84.            : to position your viewport over the picture
  85.    SHIFT-UP-arrow, SHIFT-DOWN-arrow
  86.            : make the vertical scale smaller/larger.
  87.    SHIFT-LEFT-arrow, SHIFT-RIGHT-arrow
  88.            : make the horizontal scale smaller/larger.
  89.    W       : WINDOW option: allows you to select your viewport
  90.              from a full-screen display.
  91.  
  92.    R       : REAL REDUCTION: the actual pixels are combined to yield
  93.              a 50% x 50% version of the picture. This may take some
  94.              time. The operation can not be undone: to get the original
  95.              size back, re-load the picture.
  96.              This option is meant only for pictures that are larger than
  97.              the screen (i.e. even if not enlarged)
  98.  
  99. Brightness and Contrast
  100. -----------------------
  101.    +,-     : brighter/less bright (brightness ranges from 0-255)
  102.  INS,DEL   : more/less contrast (contrast is represented by percentages)
  103.              (same as ">" and "<")
  104.  
  105. Other options:
  106. --------------
  107.    SPACEBAR   : START DRAWING or REDRAW from the top of the screen
  108.    B          : BREAK: stop drawing
  109.    TAB        : switch between display pages
  110.    G          : Shows (actual) color histogram of what is displayed,
  111.         and offers suggestion for brightness and contrast.
  112.    ?          : shows a help page.
  113.    /          : hide the status line (use full screen)
  114.    Q,ESC      : quit HERCVIEW.
  115.  
  116.  
  117. Version History
  118. ===============
  119.   1.0 - 29/04/1991
  120.         Original double-buffered HercView
  121.   1.1 - 16/05/1991
  122.         Triple-buffered HercView: allows reading of very large files.
  123.         Histogram option added.
  124.   1.2 - 19/05/1991
  125.     Some optimizations. Improved dithering.
  126.     Added [P]ictogram display mode, [F]lip horizontal, [I]nvert,
  127.     and the HELP facility.
  128.   1.3 - 22/05/1991
  129.     Speed optimizations. Added [B]reak option, TAB page-switching,
  130.         [/]-hide bottomline. New [H]alftoning (adding [O] option),
  131.         and added random and slanted halftoning ([L] and [T] option).
  132.         Added [W]indow option, and support for function keys.
  133.   1.31- 25/05/1991
  134.         Fixed drive-change in file selection window